The CygNet GCM Nomination Grid Control object handles the following event:
The EventRefreshComplete event fires when a full refresh has completed.
RefreshComplete
Example
|
Sub NomGridCtrl1_EventRefreshComplete() Dim This : Set This = NomGridCtrl1 If bIsExported = False Then this.Export bIsExported = True End If End Sub |